Micron Document
Fox's Git Mirrors


Displaying Raw • Download

examples/pageserver/internal/server/const.go 633735d797cc5f5d48cb2e22e8fd7cd743930daf (633735d7) Text, 240 B

// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io

package server

import "time"

const (
AppName = "Reticulum-Go Test Node"
AppAspect = "node"

MaxNodeNameBytes = 255

MinAnnounceInterval = 1 * time.Minute
)

Served by rngit 1.5.2 - Generated in 0.02s